home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 May (DVD) / Macworld Resource DVD May 2003.toast / Data / Software / Bonus / Database / mysql-max-3.23.55.sit / mysql-max-3.23.55-apple-darwi.1 / mysql-test / r / auto_increment.result < prev    next >
Encoding:
Text File  |  2003-01-21  |  481 b   |  63 lines  |  [TEXT/ttxt]

  1. a    b
  2. 1    1
  3. 3    3
  4. 5    5
  5. 6    6
  6. a    b    c
  7. 1    1    NULL
  8. 3    3    3
  9. 5    5    NULL
  10. 8    8    8
  11. 9    9    9
  12. a    b
  13. 1    1
  14. 5    5
  15. 3    3
  16. 4    4
  17. 6    6
  18. a    b    c
  19. 1    1    NULL
  20. 5    5    NULL
  21. 3    3    NULL
  22. 4    4    NULL
  23. 6    6    6
  24. skey    sval
  25. 1    hello
  26. 2    hey
  27. _rowid    _rowid    skey    sval
  28. 1    1    1    hello
  29. 2    2    2    hey
  30. a    b
  31. a    1
  32. a    2
  33. a    3
  34. a    4
  35. a    5
  36. b    2
  37. b    3
  38. b    4
  39. c    1
  40. c    2
  41. c    3
  42. d    1
  43. d    2
  44. d    5
  45. e    1
  46. k    1
  47. ordid    ord
  48. 1    sdj
  49. 2    sdj
  50. ordid    ord
  51. 1    abc
  52. 2    abc
  53. 3    abc
  54. 1    sdj
  55. 2    sdj
  56. 3    sdj
  57. 1    zzz
  58. a
  59. 0
  60. Table    Op    Msg_type    Msg_text
  61. test.t1    check    warning    Found row where the auto_increment column has the value 0
  62. test.t1    check    status    OK
  63.